← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:33 2022

Filename(eval 197)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:27]
StatementsExecuted 73 statements in 1.05ms
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm line 27
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
7241473µs1.00msnamespace::clean::::stash_fornamespace::clean::stash_for
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2
# spent 1.00ms (473µs+530µs) within namespace::clean::stash_for which was called 72 times, avg 14µs/call: # 18 times (151µs+284µs) by namespace::clean::get_functions at line 221 of namespace/clean.pm, avg 24µs/call # 18 times (213µs+142µs) by namespace::clean::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:130] at line 67 of namespace/clean.pm, avg 20µs/call # 18 times (78µs+70µs) by namespace::clean::get_class_store at line 211 of namespace/clean.pm, avg 8µs/call # 18 times (31µs+34µs) by namespace::clean::import at line 167 of namespace/clean.pm, avg 4µs/call
sub stash_for ($) {
3721.05ms72530µs Package::Stash->new($_[0]);
# spent 530µs making 72 calls to Package::Stash::XS::new, avg 7µs/call
4}
5
612µs1;
7
8
9;